home *** CD-ROM | disk | FTP | other *** search
/ Daddy Day Care Press Kit / Daddy Day Care Press Kit.iso / mac / Acrobat Reader 5 PC / plug_ins / EScript.api / EXVW / 5700 next >
Text File  |  2002-12-14  |  815b  |  21 lines

  1. dialog(name: '$$$/Dialogs/JSPrefs', margin_height: 0, margin_width: 0)
  2. {
  3.     view(align_children: align_left, dheight: gPrefsPanelHeight, dwidth: gPrefsPanelWidth)
  4.     {
  5.         cluster(item_id: 'clu1', name: '$$$/Dialogs/JSPrefs/General', dwidth: gPrefsPanelWidth, align_children: align_left)
  6.         {
  7.             check_box(item_id: 'enab', name: '$$$/Dialogs/JSPrefs/Enable');
  8.         }
  9.         cluster(item_id: 'clu2', name: '$$$/Dialogs/JSPrefs/Editor', dwidth: gPrefsPanelWidth, align_children: align_left)
  10.         {
  11.             radio(item_id: 'rad1', name: '$$$/Dialogs/JSPrefs/Native');
  12.             radio(item_id: 'rad2', name: '$$$/Dialogs/JSPrefs/External');
  13.             view(align_children: align_row)
  14.             {
  15.                 edit_text(item_id: 'edit', width: max_char_width() * 20);
  16.                 button(item_id: 'bttn', width: 5, name: '$$$/Dialogs/JSPrefs/Path');
  17.             }
  18.         }
  19.     }
  20. }
  21.